﻿/*头部样式*/
.yqTop
{
    background: #fff url() no-repeat top right;
    width: 100%;
}
.yqTop .wrap
{
    margin: 0 auto;
    width: 1200px;
    height: 148px;
}
.yqTop .wrap .left
{
    float: left;
    background: url(../image/logo_left.jpg);
    width: 650px;
    height: 148px;
}
.yqTop .wrap .right
{
    float: right;
    background: url(../image/logo_right.jpg);
    width: 472px;
    height: 148px;
}
/*头部样式*/
/*导航栏样式*/
.yqNav
{
    background: #ffdc2d none repeat scroll 0 0;
    width: 100%;
}
.yqNav .wrap1
{
    width: 1200px;
    margin: 0 auto;
    height:75px;
    line-height:75px;
}
.menu
{
    list-style: outside none none;
    width: 760px;
    height: 75px;
    float:right;
    margin-right:20px;
    margin-top:20px;
}
.menu .fixli
{
    background: none;
}

.menu .navli a:link, .menu .navli a:visited
{
    text-decoration: none;
}
.menu .sub a:link, .menu .sub a:visited
{
    color: #666;
    text-decoration: none;
}
.menu a
{
    color: #353535;
    display: block;
    float: left;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    z-index: 1000;
    font-size: 15px;
    font-family: 微软雅黑;
    text-align: center;
    padding: 0 18px;
}
.menu a:hover
{
    display: block;
    color: #ee3d00;
    float: left;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    z-index: 1000;
}
.menu-special
{
    display: block;
    height: 37px !important;
    color: #ee3d00 !important;
}
.menu li div
{
    background: url(../image/menu_dropdown_bg.png) no-repeat scroll 7px bottom;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 0 0 0 -9px;
    padding: 0 0 2px 5px;
    position: absolute;
    top: 58px;
    display: none;
    width: 167px;
    z-index: 1100;
    color: #666;
}
.menu .sub li
{
    color: #666;
    line-height: 22px;
}
.menu .sub li:hover
{
    line-height: 22px;
}
.menu .sub a
{
    clear: both;
    color: #666;
    display: block;
    text-align: center;
    margin-left: 9px;
    padding: 2px 0;
    height: 20px;
    line-height: 22px;
    width: 150px;
    font-size: 13px;
    font-family: 宋体;
    border-bottom: 1px dotted #BDBDBD;
}
.menu .sub a:hover
{
    clear: both;
    background-color: #ffdc2d;
    color: #fff;
    display: block;
    text-align: center;
    padding: 2px 0;
    height: 20px;
    line-height: 22px;
    width: 150px;
    border-bottom: 1px dotted #BDBDBD;
    font-size: 13px;
    font-family: 宋体;
}
.navli
{
    float: left;
    position: relative;
    z-index: 900;
    line-height: 37px;
    height: 37px;
}
/*导航栏样式*/
.yqAds
{
    clear: both;
    width: 100%;
    margin: 0 auto;
}